Fix entry drawing in the presence of margins
authorMatthias Clasen <mclasen@redhat.com>
Tue, 9 Aug 2011 13:08:53 +0000 (15:08 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 9 Aug 2011 13:12:21 +0000 (15:12 +0200)
commitd324a99454ebe3fbf556f091e724f02c5fa777b5
tree1da52e4d95650d140981f77cc38227325e95d0ee
parent17f99f663f178edf06b20bebd00bc3fd56ae006a
Fix entry drawing in the presence of margins

Margins need to be taken into account when comparing requisitions
and allocations, which GtkEntry (and subclasses) do for some reason.
gtk/gtkentry.c
gtk/gtkspinbutton.c